/*
	Deltek blue: #006097
*/

/* Mini reset */
* { margin:0; padding:0; }

/*********************************************
	TYPE
**********************************************/

@font-face {
    font-family: 'Omnes';
    src: url('http://www.deltek.com/styles/profit/fonts/omnes-regular-webfont.eot');
    src: url('http://www.deltek.com/styles/profit/fonts/fonts/omnes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.deltek.com/styles/profit/fonts/fonts/omnes-regular-webfont.woff') format('woff'),
         url('http://www.deltek.com/styles/profit/fonts/fonts/omnes-regular-webfont.ttf') format('truetype'),
         url('http://www.deltek.com/styles/profit/fonts/fonts/omnes-regular-webfont.svg#omnes_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p, a, li, h1, h2, h3, h4, blockquote, ol {
	font-family:"Omnes","Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	text-rendering:optimizeLegibility; }

a {
	color:#006097;
}

.video {
	font-family:"Omnes","Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	text-rendering:optimizeLegibility;
	color:#006097;
}

a, #nav span  {
	-moz-transition:200ms;
	-o-transition:200ms;
	-webkit-transition:200ms; }
	
a:hover {
	color:#3c8a2e; }
	
p, td {
	color:#373737;
	font-size:15px;
	line-height:140%;
	margin:0 0 15px; }

/*ol {
	color:#373737;
	font-size:15px;
	line-height:140%;
	margin:5px 0 20px 0; }*/
	
ol.body {
	list-style-type: decimal;
	color:#373737;
	font-size:15px;
	margin: 15px 0 20px 40px;
	}
		
h1 {
	color:#006097;
	font-size:37px;
	margin-left:30px;
	padding:135px 0 90px; }
	
h4 {
	color:#006097;
	font-size:32px;
	margin:0 0 20px 0;
	padding:0; }

h2 {
	color:#006097;
	font-size:30px;
	margin-bottom:10px; }

h3 {
	color:#006097;
	font-size:18px;
	line-height: 140%;
	margin-bottom:5px; }
	
h3.imagine {
	color:#006097;
	font-size:18px;
	line-height: 140%;
	margin-bottom:5px;
	margin-top: 10px; }
	
blockquote {
	color:#006097;
	font-size:14px;
	font-style:italic;
	line-height:140%;
	margin:0 0 5px; }

::selection,
::moz-selection {
	background:#006097;
	color:#fff; }


/*********************************************
	GLOBAL LAYOUT
**********************************************/

body {
	background:#e5e5e5 url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{57abf50e-7505-4dd3-82a9-9ae5a1f122cb}_bg.png') repeat fixed; }

.wrapper {
	background:#fff;
	box-shadow:0 0 10px #2d2d2d;
	margin:0 auto;
	position:relative;
	width:900px; }

/* Main navigation */
#nav {
	list-style:none;
	position:fixed;
	top:0;
	z-index:999;
}

#nav li {
	float:left;
	position:relative; 
	-webkit-box-shadow:0 1px 6px #666;
}

#nav li a {
	display:inline-block;
	background:#fff;
	font-size:18px;
	padding:0 10px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:160px; 
}
#nav li a span
{
	display:inline-block;
	padding-top:20px;
	padding-bottom:15px;
}

#nav a:hover 
{
	background:#006097;
	color:#fff;
}

#nav .active a
{
	background:#006097;
	color:#fff; 
}
#nav .active a span 
{
	padding-bottom:25px;
	border-bottom:5px solid white;
}
	

#share-box {
	position:fixed;
	right:0;
	top:115px;
	z-index:1000;	
}
.share-buttons {
	position:absolute;
	right:-100px;
	width:80px;
	padding:10px;
	margin:0;
	background:#006097;
}
.share-buttons li {
	list-style-type:none;
	padding:2px 0;
	margin:0 0 5px 0;
}
.share-buttons li:last-child {
	margin:0;
}


#contact-tab {
	position:fixed;
	right:0;
	top:80px;
	z-index:1000;
	display:inline-block;
	background:#006097;
	box-shadow:0 0 5px #6a6a6a;
	color:#fff;
	font-size:13px;
	width:50px;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	text-transform:uppercase;
}
#contact-tab:hover {
	width:70px;
}
#share-tab {
	display:inline-block;
	background:#006097;
	box-shadow:0 0 5px #6a6a6a;
	color:#fff;
	font-size:13px;
	width:50px;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	text-transform:uppercase;
}
#share-tab:hover {
	width:70px;
}

#share-tab.active {
	width:70px;
}

#deltek-logo {
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:250px;
	z-index:20;
	padding:15px;
	background:#fff;
	border:1px solid #ddd;
	border-bottom:0;
}


/*********************************************
	GENERAL SECTION STUFF
**********************************************/

.section {
	overflow:hidden;
	padding-top:20px;
	position:relative; }
	
.content {
	overflow:hidden;
	padding:40px 80px 10px 80px;
}
	
.next {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-65px;
	width:131px;
	z-index:2;
}	

.section:first-child .next {
	bottom:30px;
}
	
.next a {
	background:#006097;
	box-shadow:0 0 5px #2d2d2d;
	clear:both;
	color:#fff;
	display:block;
	padding:8px 15px;
	text-align:center;
	text-decoration:none;
	width:100px; }
	
.next img {
	display:block;
	margin:10px auto 0; }
	
.next a span {
	border-bottom:5px solid #fff;
	padding-bottom:5px; }
	
h1 span {
	background:#fff;
	background:rgba(255,255,255,0.85);
	box-shadow:0 0 5px #8a8a8a;
	display:inline-block;
	margin:7px 0;
	padding:10px; }
	
.partial {
	float:left;
	font-size:16px;
	margin-right:15px;
	width:500px; }
	
.partial.short {width:480px;}
.ctas .cta {margin-bottom:5px;}

.block-a {
	border-bottom:1px solid #dadada;
	margin-bottom:20px;
	overflow:hidden; }
	
.cta {
	background:#3c8a2e;
	border-radius:6px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	margin:5px 0 25px;
	padding:12px 12px 12px;
	text-decoration:none;
	text-align:center;
	min-width: 120px; }
	
	
	
.cta:hover {
	background:#0074B8;
	color:#fff; }
	
.block-b {
	border-right:1px solid #dadada;
	float:left;
	padding:0 10px 0 0;
	width:350px; }

.block-b img {
	float:left;
	margin-right:20px; }

.block-c {
	float:left;
	padding-left:19px;
	width:360px; }

.block-b a,
.block-c a {
	display:block;
	font-size:13px;
	margin:8px 0;
	text-decoration:none;}
	
.block-b ul {
	padding-top:8px; }
	
.block-b ul,
.block-c ul {
	list-style:none; }
	
.block-b ul li,
.block-c ul li {
	margin:5px 0; }
	
.left {
	float:left;}
	
.border {
	border:5px solid #eaeaea;
	margin:0 15px 0 0; }

/* ============================================== */
/* Photo Headers */
/* ============================================== */

.photo-header {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
	width:100%;
	height:400px; 
}

.photo-header.finance {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{3de23013-ae63-4eec-8244-39cd60d192ee}_bg-finance.jpg');
}

.photo-header.operations {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{747e4440-a3bf-4f85-ab1e-e83b0e776143}_bg-operations.jpg');
}

.photo-header.technology {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{9a6d51ab-97be-4c4e-859c-aba3d7c2c3ba}_bg-technology.jpg');
}

.photo-header.engagement {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{170d45ba-f880-471e-bd90-602f1970f043}_bg-engagement.jpg');
}

.window {
	width:100%; height:400px;
	background:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{1647d2ca-4901-483a-b8f2-023ac14da3da}_window.png') 0 0 no-repeat;
}

/*********************************************
	OVERVIEW SECTION
**********************************************/

.overview {
	background:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{0e2eac3a-2a5a-4b47-91ae-159863ddec48}_bg-overview.jpg') no-repeat;
	z-index:2;
}

.overview h1 {
	position:relative;
	padding:70px inherit 0;
	z-index:5;
}

.content-block {
	position: relative;
	background:#fff;
	background:rgba(255,255,255,0.85);
	box-shadow:0 0 5px #8a8a8a;
	float: right;
	margin-top:250px;
	margin-bottom:5px;
	padding:25px 25px 10px;
	width:700px; 
	z-index:5;
}
	
.firm-pic {
	background:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{48709485-e9bf-4323-b6b0-ff6876caec81}_pic-firm.png') no-repeat;
	height:710px;
	margin:0 auto;
	position:absolute;
	top: -20px;
	left:0px;
	width:900px;
	z-index:1;
}
	
/* Overview table */
table {
	border-spacing:0;
	border-collapse:collapse;
	margin:15px auto; }
	
thead {
	color:#fff;
	font-family:"Omnes","Helvetica Neue",Arial, sans-serif; }

thead td {
	background:#006097;
	color:#fff; }

td {
	background:#eaeaea;
	border-right:1px solid #fff;
	padding:7px 7px 4px;
	vertical-align:top;
	width:50%; }

td ul { 
	list-style:none; }
	
td ul li {
	font-size:14px;
	margin:10px 0; }
	

/*********************************************
	HELPERS
**********************************************/

.clear {
	clear:both;}
	
	
/* ============================================== */
/* Touch Devices */
/* ============================================== */


.touch .photo-header {
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top center;
	width:100%;
	height:400px; 
}

.touch .photo-header.finance {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{3de23013-ae63-4eec-8244-39cd60d192ee}_bg-finance.jpg');
}

.touch .photo-header.operations {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{747e4440-a3bf-4f85-ab1e-e83b0e776143}_bg-operations.jpg');
}

.touch .photo-header.technology {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{9a6d51ab-97be-4c4e-859c-aba3d7c2c3ba}_bg-technology.jpg');
}

.touch .photo-header.engagement {
	background-image:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{170d45ba-f880-471e-bd90-602f1970f043}_bg-engagement.jpg');
}

.touch .window {
	width:100%; height:400px;
	background:url('http://images.more.deltek.com/EloquaImages/clients/DeltekInc/{1647d2ca-4901-483a-b8f2-023ac14da3da}_window.png') 0 0 no-repeat;
}
